PUT api/sva/update
Request Information
URI Parameters
None.
Body Parameters
RequestSurveyVsAccountUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| Remarks | string |
None. |
|
| StatusID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"IsActive": true,
"Remarks": "sample string 3",
"StatusID": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.